Embeddable script for use in runtime? Something simple

Just starting out? Need help? Post your questions and find answers here.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Embeddable script for use in runtime? Something simple

Post by ricardo »

Hi,

Which is the best option to add some script that can be used at runtime?
I preffer not a dll or external file.

I just need very simple things, so the script could be simple, nothing fancy

Thanks in advance
ARGENTINA WORLD CHAMPION
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Embeddable script for use in runtime? Something simple

Post by Kuron »

DracScript is exactly what you want, but you would need to spend a little bit of time updating it to the current version of PB.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Embeddable script for use in runtime? Something simple

Post by Danilo »

ricardo wrote:Which is the best option to add some script that can be used at runtime?
You should at least know what syntax you prefer (PB itself, LUA, eScriptBasic).

Searching for "scripting" gives already some results, for example:
- (renamed) Scripting Engines
-- eScript/eScriptBasic (website)
-- PBScript
- PureInt - A Purebasic Interpreting language !!
- PureBasic and Scripting engines (LUA)
- Lua PureLibrary deprecated?
- Discussion: Any usable scripting language for PB?

If you would like C++ syntax, somebody mentioned AngelScript (website),
and Squirrel (website). But those may require to do some work by yourself to import it into PB.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Re: Embeddable script for use in runtime? Something simple

Post by ricardo »

Thanks
ARGENTINA WORLD CHAMPION
Post Reply