Poryscript Playground (Running Poryscript version [3.5.2])
See
https://github.com/huderlem/poryscript
for Poryscript documentation.
Compile
Optimize
Compile-Time Switches:
# Enter your Poryscript here, and press the "Compile" button! script LittlerootTown_RivalHouseSign { lockall if (checkplayergender() == MALE) { msgbox("It's MAY's house.") } else { msgbox(format("It's BRENDAN's house. He was always my favorite.")) } releaseall }