Advertisement
cristobal212

quest clear

Jun 18th, 2020
3,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. i=$game_variables[499]
  2. while i<234
  3.   if $game_variables[i] == 2 then
  4.     $game_variables[500]+=1
  5.   end
  6.   i+=1
  7. end
  8. if $game_variables[300] == 2 then
  9.   $game_variables[500]+=1
  10. end
  11. if $game_variables[301] == 2 then
  12.   $game_variables[500]+=1
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement