- Sep 7, 2022
- 6,759
- 10,122
Yep the code is wrong, I actually just fixed that part myself, "Engine.play("clsrote"" should be "Engine.play("clstore"" , also since in different places it refers to the item var as both $bcla and $balaclava, I just incremented them both by 1, so now that full section looks like: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");