how do i make it so an inn guy will give u the option of staying the night or not? like after he asks the question then the option bar will appear.........
(do i need to have have GP? and HP? first?)
ID:178635
Apr 22 2002, 2:31 pm
|
|
Apr 22 2002, 3:23 pm
|
|
You mean in a list like in most games? Try the input proc. You could use the alert proc for that too, try looking that up.
|
Ok first off try not to tell us what you want the player to do. Tell us what you want the code to do. But to do that do something like this
mob/inkeeper Look guys I did something right. I feel so proud of myself. |
In response to BurningIce
|
|
BurningIce wrote:
Look guys I did something right. I feel so proud of myself. Nope you messed it up. You totally left out the switch() proc that you needed to use. |
In response to Nadrew
|
|
I thought you only need it if there are multiple if statememnts.
|
In response to BurningIce
|
|
I also see i forgot to put set src in view()
|
In response to BurningIce
|
|
mob/inkeeper There this works I tested it. That was a stupid midtake on my part but at least you learn from your mistakes :P |
In response to BurningIce
|
|
i need to add gp and hp will u help me with that? because im getting 6 errors of undefined procs (all the new stuff lol)
ok thanx |