java Posted June 12, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 265 Reputation: 35 Joined: 12/22/11 Last Seen: 2 hours ago Share Posted June 12, 2012 (edited) how to make this : function(eat) { nullpo_retr(-1, sd); clif_eat (&sd->bl, salmon, ); clif_eat(&sd->bl, mie ramen, ); clif_eat(&sd->bl, ice cream, ); clif_displaymessage(fd, "eat, eat and eat "); return 0; } i want to create code above to : if i choose eat then i got random type of menu salmon or mie ramen or ice cream should i put " || " ?? but should i put in? ty for wathcing my case Edited June 12, 2012 by java Quote Link to comment Share on other sites More sharing options...
Question
java
how to make this :
i want to create code above to :
if i choose eat then i got random type of menu salmon or mie ramen or ice cream
should i put " || " ?? but should i put in?
ty for wathcing my case
Edited by javaLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.