ID:176910
Nov 28 2002, 11:20 pm
|
|
ok i have a system (for making weapons) it works all fine, But i wouldnt mind knowing the code...how to stop a person from moving...then a code to enable them to move again...thank you for who ever answers this!
|
In response to Maz
|
|
kewl thanks dood
|
In response to Wanabe
|
|
sorry diddnt quite get that,heres my code (i could make it work but i gotta go to bed) Night, thanks ya'll
verb//verb command make() sleep(20) usr<<"*You Start making a weapon..you must wait till You can move again*" sleep(100) new/obj/weapons/Basic_sword(usr) usr.Made=1 usr<<"the Weapon is cooled down now (look in your inventory)" oview() <<"[usr] Makes a weapon!" |
In response to Wanabe
|
|
Wanabe wrote:
sorry diddnt quite get that,heres my code (i could make it work but i gotta go to bed) Night, thanks ya'll verb There. that should work, but next time, give it a few digs before you bring it onto the forum ok? :) Maz |
In response to Maz
|
|
lol, ok
|
If the users lock is 1 then he wont move, the verb is just to help
<font color = "black">Kudos to Nads, whom i took the code from</font>
Maz