[Removed]
~>Jiskuha
ID:169995
Apr 3 2005, 1:34 pm (Edited on Apr 3 2005, 11:09 pm)
|
|
Apr 3 2005, 1:48 pm
|
|
i dont know much but what if you tried laying it in front of the player instead of on the same tile
|
Try making it walk with a tick lag:
I think it's just not showing because it's moving so fast... I could be wrong, but this is the simplest thing I could think of that might have caused it. walk(O,usr.dir,3) |
In response to Ter13
|
|
Still nothing. Very very perplexing...
~>Jiskuha |
In response to Jiskuha
|
|
Show us your grenade object code. There's probably something in there that's causing it not to work.
|
In response to Ter13
|
|
I believe it is in my first post. If it's not what you need please inform me.
~>Jiskuha |
In response to Jiskuha
|
|
Is your weapon or whatever being used Grenades or maybe you accidentally made a typo when they equip the grenades?
|
In response to XxDragonFlarexX
|
|
I already checked and yes usr.weapons is set to grenades. I can click it but nothing appears below me. When i click it again it gets deleted because there is no ammo(That's the way its setup.)
~>Jiskuha |
In response to Jiskuha
|
|
Try manually setting the obejct's location by calling O.loc = usr.loc, rather than initializing it in New()... I doubt that'd do it, but I dunno...
|