Some good command ideas
stop command prompt
temp var (ID) = (Value)
The first will stop the command prompt being executed where that command is
for example:
if area var 1 = 1
{
+Yay!
stop command prompt
}
if area var 2 = 12
{
// etc. etc. etc.
}
If area var 1 is 1, the game will show yay and then the command prompt will stop as if it has ended, even the area var 2 was 12, inside will not be executed unless the up conditions were
not met.
Temp var are unique for each command prompt running at the same time and will reset when the command prompt ends.