mob/proc/player1input() |
Problem description:
Ive tried probably 20 different things to get this input to send to the whole world, what am I doing wrong?
ID:140172
Apr 11 2010, 10:45 pm
|
||
Code:
Problem description: Ive tried probably 20 different things to get this input to send to the whole world, what am I doing wrong? | ||
#1 Apr 11 2010, 11:23 pm
|
|
http://www.byond.com/ members/?command=reference&path=proc%2Finput
| |
How will that help me? I'm trying to send it to the world and not just the usr.
| |
If you had followed the link that was presented to you with good reason, you had (likely) found that there is an optional parameter for input, namely 'input(Usr=usr,Message,Title,Default) as Type in List'.
When in doubt how to use something, look it up in the reference. | |