Hey guys I want my event to wait a random number of frames (from 10-15) and I use
$gameInterpreter.wait(frames);Frames would be the random number. But even if I replace frames with a fixed amount like 10 it always says $gameInterpreter is not defined. Where is my mistake?
$gameInterpreter.wait(frames);Frames would be the random number. But even if I replace frames with a fixed amount like 10 it always says $gameInterpreter is not defined. Where is my mistake?
Code:
this.wait(frames);