Alright I was trying to create a class specific hall and with learning as much as I can from google and sites I used exall for my mobprog trigger.
basically my code was...
1. if class $n thief
2. transfer $n 92
3. else
4. say Your not a thief, go home and train somewhere else.
my intention was that it would find the player with the class thief when it tried to enter the room and it would allow the thief in but it would block another class from entering.
but all it did was block everyone from entering and on the server it gives me an error
[******] BUG: Cmd_eval: prog 91 syntax errir (5): '$n thief'
any help would be greatly appreciated.
basically my code was...
1. if class $n thief
2. transfer $n 92
3. else
4. say Your not a thief, go home and train somewhere else.
my intention was that it would find the player with the class thief when it tried to enter the room and it would allow the thief in but it would block another class from entering.
but all it did was block everyone from entering and on the server it gives me an error
[******] BUG: Cmd_eval: prog 91 syntax errir (5): '$n thief'
any help would be greatly appreciated.