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 09-26-2001, 05:27 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Help plz

Im trying to improve my scripting skills and im trying to understand how triggeraction and tokenzine work

could someone plz explain how they work for me
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #2  
Old 09-26-2001, 05:36 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
anyone?
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #3  
Old 09-26-2001, 05:42 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
to be honest i couldnt really be bothered looking through a bunch of threads
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #4  
Old 09-26-2001, 05:50 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
goto search and type *triggeraction*
with the starts
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #5  
Old 09-26-2001, 05:51 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
yip
cause i mean
these boards have been running a long time
if i had to look through them all it would take a hell of a long time
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #6  
Old 09-26-2001, 05:59 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Quote:
Originally posted by Kaimetsu


Not if you used a search. There'd only be a few threads.
yea i done that
there was only a few threads
some were helpfull
but others were completly irrelevent
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #7  
Old 09-26-2001, 06:04 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
i didnt say they didnt help
some did
but some i just have no idea how the search even found them
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #8  
Old 09-26-2001, 08:30 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
do *triggeraction*
if u do triggeraction as search term it wont have as many as *triggeraction*
also refer to the newfeatures txt file it tells u in there too
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #9  
Old 09-26-2001, 08:55 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Mini Tutorial I made for Triggeraction
__________________

subliminal message: 1+1=3
Reply With Quote
  #10  
Old 09-27-2001, 02:40 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
i was typing this up last night but i had to go so ill do it again

tokenize is used to break what the player says up into peaces word for word also known as "tokens"

so if the player says

hi i am merlin

the tokens would be:

hi = 0
i = 1
am = 2
merlin = 3

so to script it..
if (playerchats) {
tokenize #c;
if (tokenscount==3) { //checking if the amount of words = 3 (actualy four since it starts at 0)
setstring client.one,#t(0); //setting the string "client.one=" to = the first word said in the phrase (first token) so it would be client.one=hi if i were to say "hi i am merlin"
}
}

that's basicly it.
Reply With Quote
  #11  
Old 09-27-2001, 03:15 AM
Rone Rone is offline
Registered User
Rone's Avatar
Join Date: Aug 2001
Location: Ohio
Posts: 744
Rone is on a distinguished road
Send a message via AIM to Rone Send a message via Yahoo to Rone
www.graalclassic.com and look in the script books
__________________

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:48 AM.


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