I'm currently making a verb where you construct a weapon. Once the weapon is constructed it sets the weapons var. Now separately when the player walks past the weapon they made it does not fire upon them but fires on others. I have the building part down, and the checking for the var but I'm stumped on trying to set the var from the verb. Any help?
~>Jiskuha
ID:170060
Mar 25 2005, 7:21 pm
|
|
In response to Zero's Baby
|
|
Whoa that is totally not what i wanted. Anyways here is what i have now.
obj Now this still shoots the creator and I don't want it to. Any suggestions? ~>Jiskuha |
In response to Jiskuha
|
|
obj Updated -- still does not work with this line if(M.color==src.color&&M.health>0)return ~>Jiskuha |
In response to Jiskuha
|
|
> obj Let me help with that a bit. <_<; That should work |
In response to Hell Ramen
|
|
Hmph, Now it wont shoot at all. Perplexing...
~>Jiskuha |
Here's something that may help you out, plus some.
#define SECOND 10 //one second |
i guess... <_<