1. Im having troubles with the Saving verb, I've Read everything about it in the Guide still nothing
2. How do you customize Verb tabs? i.e.
mob/verb/World_Chat(msg as text)
world << "([usr]) - Says: (( [msg] ))"
I wanna put that in A tab that says "Social"
3. I can't figure out how to deduct the mobs/usr's hp when they get attack, this is what I have. (It doesnt work)
mob/verb/Attack(M as mob in view(1))
view() << "[usr] Attacks [M] for [D]!"
exp += 1
proc/HurtMe(D)
hp = hp - D
if(hp < 0)
view() << "[src] dies!"
del src
Any Help and/or Advice Appreciated. Ty.
ID:159450
![]() Mar 11 2009, 9:43 am
|
|
2.
3.