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
Embeddable script for use in runtime? Something simple
Embeddable script for use in runtime? Something simple
ARGENTINA WORLD CHAMPION
Re: Embeddable script for use in runtime? Something simple
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. 
Re: Embeddable script for use in runtime? Something simple
You should at least know what syntax you prefer (PB itself, LUA, eScriptBasic).ricardo wrote:Which is the best option to add some script that can be used at runtime?
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.