View Single Post
  #1  
Old 07-24-2003, 03:43 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Remote Function Calls

I dont know if this is already possible, but someone told me it wasnt.
If an npc defines a function then an improvement would be to enable to remotely call it without triggeraction.
Say like this:

with (getnpc(Test)) {
functionname();
}

Or at least make a command to call a defined function like this:

with (getnpc(Test)) {
remotecall functionname();
}

It would sure help.
__________________
Skyld
Reply With Quote