Modify wall.set so it will be a lot easier for the hosts to add new can't go messages in the future.

This commit is contained in:
Umiko 2025-02-13 09:02:31 +07:00
parent 8fee89f3de
commit b1078c0b7a

View File

@ -1,25 +1,14 @@
#trigger {You slam * wall.} {gagAll; #var wallList {You slam * wall.
playsound {Cosmic Rage/general/misc/Wall.wav} @vol} That used to be an exit. I swear it did!
#trigger {You walk straight into a wall. Good job.} {gagAll; You walk straight into a wall. Good job.
playsound {cosmic rage/general/misc/wall.wav} @vol} Hey, who put that wall there?
#trigger {Hey, who put that wall there?} {gagAll; Wow, walls actually hurt.
playsound {cosmic rage/general/misc/wall.wav} @vol} You slam spectacularly into the wall.
#trigger {Wow, walls actually hurt.} {gagAll; You try to walk through a wall... And fail Miserably.
playsound {cosmic rage/general/misc/wall.wav} @vol} Interesting, apparently this game doesn't have the ability for players to walk straight through walls.
#trigger {You try to walk through a wall... And fail Miserably.} {gagAll; Can't trust them exits, they keep moving.
playsound {cosmic rage/general/misc/wall.wav} @vol} Nope. Still can't walk through walls.
#trigger {Interesting, apparently this game doesn't have the ability for players to walk straight through walls.} {gagAll; Oops... thought that was an exit.
playsound {cosmic rage/general/misc/wall.wav} @vol} Ow! That wall hurt!
#trigger {Can't trust them exits, they keep moving.} {gagAll; You slam head first into * good job.}
playsound {cosmic rage/general/misc/wall.wav} @vol} #trigger {*} {#If {%IfWord(%1,@wallList,%CRLF)} {gagAll; playsound {cosmic rage/general/misc/wall.wav} @vol}}
#trigger {Nope. Still can't walk through walls.} {gagAll;
playsound {cosmic rage/general/misc/wall.wav} @vol}
#trigger {Oops... thought that was an exit.} {gagAll;
playsound {cosmic rage/general/misc/wall.wav} @vol}
#trigger {That used to be an exit. I swear it did!} {gagAll;
playsound {cosmic rage/general/misc/wall.wav} @vol}
#trigger {Ow! That wall hurt!} {gagAll;
playsound {cosmic rage/general/misc/wall.wav} @vol}
#trigger {You slam head first into * good job.} {gagAll;
playsound {cosmic rage/general/misc/wall.wav} @vol}