- 312
- Posts
- 17
- Years
- Seen Jul 16, 2023
In an attempt to try and steer away from Starter Kits in the future, I have been creating my own Pokémon game which I have scripted. However, I am having a bit of trouble with understanding one bit of RGSS syntax.
It's the do |###| command. I think it works like this:
but I'm not sure. If somebody could clarify for me.
Also, I had this insane idea that this could be a thread for anyone who was having difficulties with RGSS.
It's the do |###| command. I think it works like this:
Code:
File.foreach do |pie|
pie << "Hello World!"
end
but I'm not sure. If somebody could clarify for me.
Also, I had this insane idea that this could be a thread for anyone who was having difficulties with RGSS.