Training verbs not working in Developer Help
|
|
Code:
turf AimBoard icon='Turfs.dmi' icon_state="Aim Board" density=1 verb/Punch() usr<<"You Punch the Dummy" usr<<"You Owned it! Your stats Improve" if("src.Dummy Improved [src] stats") usr.Level+=1 usr.MaxHP+=3 usr.MaxMP+=3 usr.Str+=2 usr.Def+=2 turf AimBoard icon='Turfs.dmi' icon_state="Aim Board" density=1 verb/Throw() AimBoard src in oview(2) usr<<"You Thorw a Dart" usr<<"You Make it! Your stats Improve" if("src.Aim Board Improved [src] stats") usr.Level+=1 usr.MaxHP+=3 usr.MaxMP+=3 usr.Str+=2 usr.Def+=2
|
Problem description:
i cant get it so when im near it ONLY i can puch the dummy or throw at the aimboard i can do it anywhere on the map!!!
help?
|