- 55
- Posts
- 11
- Years
- Seen Oct 8, 2019
Hey guys thank you very much for that awesome work!
But there is a single syntax error left, that I can't fix.
It is in line 1001, the last line where only "end" is written.
Can you help me to fix the problem?
This is the code snippet:
But there is a single syntax error left, that I can't fix.
It is in line 1001, the last line where only "end" is written.
Can you help me to fix the problem?
This is the code snippet:
Code:
def pbPokemonFollow(x)
Kernel.pbAddDependency2(x,"Dependent",CommonEvent)
$PokemonTemp.dependentEvents.refresh_sprite
$game_switches[Following_Activated_Switch]=true
$game_switches[Toggle_Following_Switch]=true
end
Last edited: