obj/rock
icon='rock.dmi'
pixel_y=999999
mob/verb/test()
var/obj/o=/obj/rock
new o(usr.loc)
sleep(10)
o.icon_state="big"
But that doesn't work. Any help?
ID:268242
![]() May 8 2004, 4:19 am
|
|
I want to change an objects icon state while in air. I tried this:
obj/rock But that doesn't work. Any help? |
Non-PC wrote:
SSJ4_Gohan_Majin wrote: > > obj/rock But that doesn't work. Any help > mob/verb/test() All you did was recode it. |
Enigmaster2002 wrote:
I'm not sure what it is you're trying to accomplish here. When you press the verb test, the rock appears in air at it's small icon state. Then, wait 10 seconds, and the rock's icon state changes to a bigger size. |
try this