View Single Post
P4rr0t

JCF Member

Joined: Nov 2013

Posts: 12

P4rr0t is doing well so far

Nov 19, 2013, 01:56 AM
P4rr0t is offline
Reply With Quote
Question

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.
I know, i already read angelscript readme...i ask you help me for all days




Code:
void onFunction4(jjPLAYER@ p, jjCANVAS@ canvas) {
	if (p.KeyUp) {
		p.DrawString(212*32, 84*32-16, "|Press UP to entrance door!",STRING::SMALL,STRING::BOUNCE);
		p.WarpToTile(8,8 true);        //Entrance door
	}
}
i press up is nothing happened