How would I go about sending a switch("YES"or"NO") question to another player, where they have to select either Yes or No for something to take place???
LJR
ID:154214
![]() Apr 1 2002, 1:44 am
|
|
![]() Apr 1 2002, 2:04 am
|
|
Check the reference under input() it tells you just what you need.
|
I know with input how to do it, but I'm wondering how to get it to work with something like:
switch(alert("Pick Yes or No?",,"Yes","No")) if("Yes") ...do whatever if("No") ...do whatever LJR |
LordJR wrote:
At work with the Blue Book as my only reference at the moment. If you can get to the forum, you can get to the reference. The link is at the left in the nav frame. :) |