mob/Building
verb
Wall()
set category = "Build"
src.owner = "[usr.key]"
new/obj/Wall(usr.loc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
obj
var/owner = ""
icon = 'tiles.dmi'
Wall
icon_state = "1"
density = 1
opacity = 1
<dm/>
well how do i make it so if the LVL var is greater than 10 they get this verb on login
ID:167210
Apr 14 2006, 5:10 pm
|
|
If that's not what you wanted, please give a better description.
-Doh