AbyssalLord
Member
I've got a few questions about using script:
1) How do I access/check which items/weapons/etc. are equipped?
2) How do I create an "if" statement saying 'if switch is true, self.contents.draw_text(0, 0, 100, 32, "This is an example")'
I've come up with errors doing this somehow...
3) How can I check where the player is standing/ which direction the player is facing?
4) How can I check whether or not the player has a weapon (or some item) in his/her inventory?
Thanks in advance for the help! No need to go too in depth with the answers, I'll understand if you just post an example (like $game_party.gold) because I'm really just looking for how to reference the information. Thanks!
1) How do I access/check which items/weapons/etc. are equipped?
2) How do I create an "if" statement saying 'if switch is true, self.contents.draw_text(0, 0, 100, 32, "This is an example")'
I've come up with errors doing this somehow...
3) How can I check where the player is standing/ which direction the player is facing?
4) How can I check whether or not the player has a weapon (or some item) in his/her inventory?
Thanks in advance for the help! No need to go too in depth with the answers, I'll understand if you just post an example (like $game_party.gold) because I'm really just looking for how to reference the information. Thanks!