ID:150238
Nov 23 2001, 6:09 am
|
|
I need a give money verb like the one in life story are a drop gold one ike morte i need the drop god more tho if some one could write it out are say how do do it please do thanks
|
In response to Air _King
|
|
Well that code would lead to alot of negitive numbers try:
mob/verb/Give_Gold(mob/M as mob in oview()) That should work. |
In response to Nadrew
|
|
Nadrew wrote:
Well that code would lead to alot of negitive numbers try: > mob/verb/Give_Gold(mob/M as mob in oview()) That should work. Silly me. gotta think next time. |
mob
verb
give_gold(mob/M as mob in oview())
var/numgold=input("How much to give?","Gold")
M.gold+=numgold