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 04-04-2001, 08:54 AM
funnylinkwantsbomys funnylinkwantsbomys is offline
Omi New
funnylinkwantsbomys's Avatar
Join Date: Mar 2001
Location: ohio
Posts: 2,116
funnylinkwantsbomys is on a distinguished road
Send a message via AIM to funnylinkwantsbomys
i found out a script that closes graal when you say anything rofl it really does the script is
// NPC made by Funnylink
if (playersays(heal)) {setlevel2 hospital1bomyroom.graal, 26, 27;} its a bad npc and when you say heal it gives you illigal operations rofl
__________________

"Microwave a piece of cheese for 40secs and eat it. Yum." -Funnylink
Reply With Quote
  #2  
Old 04-04-2001, 09:14 AM
Guest
Posts: n/a
olorlrfromaalalamala.alam,aoama
SHUT UP.
Reply With Quote
  #3  
Old 04-04-2001, 11:19 AM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
Talking

u just have a crappy cpu, cause.. that script is mainly used for doors or something.. and it works for almost everyone =P
Reply With Quote
  #4  
Old 04-04-2001, 12:20 PM
Lion'el-Jonson Lion'el-Jonson is offline
Please Wait....
Lion'el-Jonson's Avatar
Join Date: Mar 2001
Location: I like to eat food samples at price club.
Posts: 1,663
Lion'el-Jonson will become famous soon enough
Send a message via AIM to Lion'el-Jonson Send a message via Yahoo to Lion'el-Jonson
HAW HAW HAW! ROLFZMAOLOLZ!
__________________


"My words are like weaponry on a record"
Reply With Quote
  #5  
Old 04-04-2001, 01:27 PM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
has Lion'el-Jonson said

HAW HAW HAW! ROLFZMAOLOLZ!
Reply With Quote
  #6  
Old 04-04-2001, 02:37 PM
vergil vergil is offline
Registered User
vergil's Avatar
Join Date: Mar 2001
Posts: 1,408
vergil will become famous soon enough
Send a message via ICQ to vergil
used for doors.....?
Reply With Quote
  #7  
Old 04-04-2001, 06:34 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Erm.

I usually use:
NPC Code:
if (playertouchsme) {
hide;
dontblock;
timeout = 3;
timereverywhere;
}
if (timeout) {
show;
blockagain;
}


For doors, then I just put the link somewhere behind them.
__________________

Reply With Quote
  #8  
Old 04-05-2001, 02:36 AM
MoonAngel MoonAngel is offline
Banned
MoonAngel's Avatar
Join Date: Mar 2001
Location: QUÉBEC!
Posts: 1,443
MoonAngel is on a distinguished road
Send a message via ICQ to MoonAngel Send a message via AIM to MoonAngel
i mean password doors... whatever!

like

if (playersays(UBERFUN)&&playertouchsme) {
setlevel2 blahblah.graal,32,60;
}

anyways, who cares? get a new cpu =P
Reply With Quote
  #9  
Old 04-05-2001, 05:46 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Heh.

Password door script (for me):
NPC Code:
if (playerchats&&strequals(#c,blahblah)) {
hidelocal;
dontblocklocal;
setplayerprop #c,;
timeout = 3;
}
if (timeout) {
showlocal;
blockagainlocal;
}

__________________

Reply With Quote
  #10  
Old 04-06-2001, 01:50 AM
vergil vergil is offline
Registered User
vergil's Avatar
Join Date: Mar 2001
Posts: 1,408
vergil will become famous soon enough
Send a message via ICQ to vergil
i dont think you use timereverywhere Grim, doesn't that err make the timeout global.. that would effect the other scripts
Reply With Quote
  #11  
Old 04-06-2001, 01:53 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Blah.

You're probably right, well I've got no online scripting experience whatsoever so that might have caused it
__________________

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 03:44 PM.


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