ID:270498
![]() May 30 2006, 4:48 pm
|
|
ok say you have a character with the power to freeze time and you want it to be used as a power it would freeze a player till you use the power again.so my question is how to do it?
|
![]() May 30 2006, 6:35 pm
|
|
You need a var to stop mobs from moving, the following should do fine for what you need:
|
mob Pretty simple stuff here. Just create a freeze variable which toggles each time they click the verb. When a mob moves it checks to see if it's freeze variable is true or not, and if it is then it doesn't do anything, but if it isn't then it continues on with what it's supposed to do. Keep in mind this will work with only one person having this verb. You can also add a check in there to see if the person casting it is frozen or not and if they are then they cannot cast it so people can't undo other people's freezes. |