- Sep 7, 2022
- 7,313
- 10,980
Yep the code is wrong, I actually just fixed that part myself, "Engine.play("clsrote"Rustlerman trying to buy a mask in the Mall for going to police station at night gives me this error.HTML:Error: the passage "clsrote" does not exist
JavaScript:
$(document).ready(function() {
$('#buybalaclavabutton').one('click', function() {
State.variables.bcla += 1;
State.variables.balaclava += 1;
State.variables.Money -= 100;
$(this).prop('disabled', true);
Engine.play("clstore");