View Single Post
  #6  
Old 08-27-2005, 06:24 AM
ForgottenLegacy ForgottenLegacy is offline
-Backtoscripts-
Join Date: Aug 2003
Location: California
Posts: 289
ForgottenLegacy is on a distinguished road
Send a message via AIM to ForgottenLegacy
Quote:
Originally Posted by calani
* currentserver = string (read only) // returns the current server name
Quote:
Originally Posted by scriptfunctions_client.txt
PHP Code:
servername string (read only
Quote:
Originally Posted by calani
* string=type_check(var) // returns "string" "int" "float" "array" etc
Quote:
Originally Posted by docu_graalscript.doc
PHP Code:
obj.type()  - gets the type of the var (float 0string 1object 2, array 3
Quote:
Originally Posted by calani
* more than one timer (ability to create separate timers and per-timer timeout events instead of only having one built-in event)
Vars work too with a .05 timeout o_O Have a var with an MOD or something. I use it to have an event happen every one second inside a .05 timeout.
Quote:
Originally Posted by calani
* ability for DBs to trigger the clientside of a weapon, etc
PHP Code:
findplayer(account).triggeraction(0,0,"clientside",weaponname,params...); 

<3!
__________________
"The higher you fly, the harder it is to breathe."

[Kaidenn] Maybe I will somehow take control of Lance's body when he isn't looking, have him log onto Kingdoms, update one script, and leave.
[Kaidenn] And leave him exactly where I found him, unchanged and completely unnaware of what just took place the last two minutes.
[GrowlZ] Lance: You might want to lock your bedroom door tonight
Reply With Quote