View Single Post
P4rr0t

JCF Member

Joined: Nov 2013

Posts: 12

P4rr0t is doing well so far

Nov 20, 2013, 01:00 AM
P4rr0t is offline
Reply With Quote
Quote:
Originally Posted by Violet CLM View Post
If you don't understand the most fundamental basics of how coding works, giving you something like that as a single unit really will not help you at all. Please do some research, read some manuals, try stuff out on your own.
Because i am not good code, i want entrance/exit doors with press UP only, please....?

Code:
void onFunction4(jjPLAYER@ p) {
	if (p.KeyUp);       
	   p.warpToTile(7,7, true);    //Entrance door
	}	
	jjAlert("&");
	jjAlert("&");
	jjAlert("&");
	jjAlert("&");
	jjAlert("&");
	jjAlert("&");
	jjAlert("|**Press UP to entrance door!**");
	jjAlert("&");
}