Thread: New Functions?
View Single Post
  #19  
Old 04-07-2005, 11:02 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by Velox Cruentus
onplayerlogout for NPC-Control.
You mean for scripts on serverside?

Quote:
Originally Posted by Velox Cruentus
triggeraction to all players clientside (insecure, but none-the-less, useful. Such as Chat Messages instead of using the server's CPU for that.)
Since you are not doing that too often it shouldn't be a problem, scripts are not really that slow

Quote:
Originally Posted by Velox Cruentus
public variables accessible by other characters:
VChp := findplayer("Velox Cruentus").clientr.hp;
Whats the problem with that? You mean you want to access other peoples clientr variables on clientside?

Quote:
Originally Posted by Velox Cruentus
OTHER:
Stop the crashing when going between servers (with GUI).
Need to debug that more

Quote:
Originally Posted by Velox Cruentus
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.
makevar(Items.(@ number))
It can only resolve the variable name if the dot is not in a string
Reply With Quote