Is There any Way To Open And Start A script from A Extension
.. ..?
Is There any Way To Open And Start A script from A Extension
.. ..?
You can include a script using this tag, and then call functions and procedures like normal.
Simba Code:{$i someInclude.SIMBA}
You can also use .DLL files, but that's more advanced.
Last edited by HarryJames; 04-05-2011 at 10:06 PM.
Well Basicly .. what i need is when then SMARTchat extension Starts it then opens and runs a script ..
To my knowledge, you just include it into the script that you want running, and then simply call the correct function and it all happens for you![]()
Simba Code:procedure OpenScript(Name, Data: string; Run: boolean);
procedure OpenScriptEx(FileName: string; Run: boolean);
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
There are currently 1 users browsing this thread. (0 members and 1 guests)