ID:149799
 
mob
usr <<
icon =[usr]
verb
Explode()
Explosion()
UnderExplosion()
Big_Explosion(
BigExplosion()
BigUnderExplosion()
it doesnt like that doesnt like me putting the icon =[usr]
how do i make a code that only appears as a option for a gm
like if your a gm you can have this starting icon
In response to Sephiroth1011
(replace the [gmkey] in my example below with whatever key you want to be the gm,(which i asume is yours))

if(usr.key=="[gmkey]")
icon='gmicon.dmi'

just put that wherever you want it to take effect (which u probably want in the Login proc)
Sephiroth1011 wrote:
mob
usr <<
icon =[usr]
verb
Explode()
Explosion()
UnderExplosion()
Big_Explosion(
BigExplosion()
BigUnderExplosion()
it doesnt like that doesnt like me putting the icon =[usr]

just thought i would point out that u forgot the ) after Big_Explosion