Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Remote Function Calls (https://forums.graalonline.com/forums/showthread.php?t=46458)

Skyld 07-24-2003 03:43 PM

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.

Python523 07-24-2003 04:26 PM

I believe you can already do that

adam 07-24-2003 04:59 PM

Functions in graal aren't even as good as a subroutine, you can't even pass arguments. *well not directly*

And you can't return anything. *again not directly*


All times are GMT +2. The time now is 05:06 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.