Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-09-2001, 07:24 AM
Correction Correction is offline
pretty princess
Correction's Avatar
Join Date: Jul 2001
Location: panties
Posts: 2,604
Correction will become famous soon enough
Send a message via ICQ to Correction Send a message via AIM to Correction
door

hi i'm making level tell me wut to put in script fer front door to make it like all doors in g2k1
__________________
Reply With Quote
  #2  
Old 11-09-2001, 08:52 AM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
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
__________________
Reply With Quote
  #3  
Old 11-09-2001, 09:08 AM
Correction Correction is offline
pretty princess
Correction's Avatar
Join Date: Jul 2001
Location: panties
Posts: 2,604
Correction will become famous soon enough
Send a message via ICQ to Correction Send a message via AIM to Correction
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
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:13 AM.


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