View Single Post
  #6  
Old 12-29-2001, 09:49 PM
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
Yes sounds good
On the npcserver the database npcs already
have a name and can be accessed with
with (getnpc(Ship1)) ... but it would be much better
if you could access them with simple do
Ship1.x or Ship1.moveforward() or so.
Non-Database-npcs could be named with
a command setname or so.
I am making a concept for a new/better scripting
engine, which will be compatible but make things
more easy (using setstring and strtofloat gets annoying
after some time)
Reply With Quote