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!