
02-21-2002, 04:14 AM
|
|
Registered User
|
 |
Join Date: Jan 2002
Location: Earth
Posts: 0
|
|
|
if (keydown(2)&&playerendsreading) {
say2 blah blah;
}
if (keydown(0)&&playerendsreading) {
say2 blah blah;
}
thats the basics of it, you need to add syntax to it, so it will show the right choose or whatever |
|
|
|