uhh not making a game per se more of an application
kinda like truth or dare for byond.
wonder how do i set a verb so that i use and it puts out like this
player does (random phrase from list) to (random phrase)
or
player does (random thing) on (random) to (random)
just so it says in chat?
no graphics for this
ID:162290
![]() Jan 29 2008, 5:51 am
|
|
Jholder84 wrote:
Now for the action and person selection, I'll leave that coding to you but give you the hint that random numbers and if statements are the easiest way to do it. Long, but easy. You only say that because you haven't seen an easier way. The pick() proc was made for this. =) var/list/actions=list("slaps", "runs into", "falls over on", "falls over again on") |
That outputs the comment to the whole world. Now for the action and person selection, I'll leave that coding to you but give you the hint that random numbers and if statements are the easiest way to do it. Long, but easy.