Thread: New Functions?
View Single Post
  #1  
Old 04-02-2005, 12:01 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
New Functions?

onplayerlogout for NPC-Control.

triggeraction to all players clientside (insecure, but none-the-less, useful. Such as Chat Messages instead of using the server's CPU for that.)

public variables accessible by other characters:
VChp := findplayer("Velox Cruentus").clientr.hp;


OTHER:
Stop the crashing when going between servers (with GUI).
Hrm...
makevar("Items." @ number) works when the Items database NPC was created after the last server reset. If I reset the server, the strings are inaccessible by the top example untill I reset the NPC itself.

Other things useful? I don't know... Put more in here when you find things?

loadlevels(str, int); -- ? That doesn't work serverside, yet it's in Docu.
__________________
In a world of change... Who'll you believe?
Reply With Quote