View Single Post
  #9  
Old 12-30-2001, 01:37 PM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Quote:
Originally posted by Stefan
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)
dont forget the function parameters!
Reply With Quote