ok its not working heres what i have
mob/godzilla/verb/Change()
if(usr.icon == 'godzilla.dmi')
usr.icon='robogodzilla.dmi'
else
usr.icon='godzilla.dmi'
mob/monkey/verb/Change()
if(usr.icon == 'monkey.dmi')
usr.icon='kingkong.dmi'
else
usr.icon='monkey.dmi'
not working any time i put it!!!!!!!!!
ID:150170
Dec 3 2001, 4:09 pm
|
|
In response to Migzor
|
|
Bumping posts won't help you get help quicker, but will make it so people don't want to help you at all.
|
In response to Nadrew
|
|
im not bumping, im asking for help, geez man you need an attitude check, cant you help a brotha out?
|
In response to Migzor
|
|
No you asked for help in the first one, you asked again in the second one which is considered a bump post.
|
just some minor problems