Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   door (https://forums.graalonline.com/forums/showthread.php?t=16461)

Correction 11-09-2001 07:24 AM

door
 
hi i'm making level tell me wut to put in script fer front door to make it like all doors in g2k1

aesquivel 11-09-2001 08:52 AM

OMFG!!!

NPC Code:

If (playertouchsme) {
hide;
sleep 2;
show;
}


OR
NPC Code:
 
if (playertouchsme) {
hide;
timeout=2;
if (timeout) {
show;
}
}



i dunno if its like the ones on g2k1 actually im not sure what u are talking about but that is a simple door script :asleep:

Correction 11-09-2001 09:08 AM

k reason i wasasking 'cause i dunno if g2k1 like has a standard on doors or wut but yeah i guess i'll have to do that :\


All times are GMT +2. The time now is 04:13 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.