world
name= "My World"
mob/verb/Change_World_Name(world/W,n as text)
W.name=n
Okay, this is yet another example I have made to test what I have learned about object variables. When I put this in it says W is an undefined variable. Can someone explain this to me?
~X