ID:173017
 
can some one give meh a potion code its hard to make
Goddz wrote:
can some one give meh a potion code its hard to make

1) I think the word you're looking for is "me".

2) "Code" is not singular in this case; it should be "some potion code". This is not a sequence of letters you put into a console game to get infinite lives, or a cipher.

3) Maybe if you could be a lot more specific on what you need, people would know what you mean and be able to help you.

Lummox JR
I think this is what you're looking for...
obj/potion
icon = 'potion.dmi'
verb/Get()
set src in oview(1)
usr << "You got a potion!"
Move(usr)
verb/Drink()
usr << "You drank the potion."
usr.hp = usr.maxhp
usr.stamina = usr.maxstamina
del(src)
I assume you mean, "Can someone please give me some potion code? It is hard to make." - learn how to speak properly.

~Ease~