My style:
I don't mind messy things, as long as they arent really really long. So i break them up into lots of scripts and place them in the same directory, i use the Include function when needing to call them. Works great for me
Whats your style?


What scripting language do you use? This is a PureBasic bulletin board, not a scripting language b.b....::Origin::.. wrote:So i break them up into lots of scripts...

He breaks them up in lots of include files is what he meant.DarkDragon wrote:What scripting language do you use?

But there are definately no scripts which can be used in PureBasic. Use the words code, source, includes, files, ... but NOT scripts.Joakim Christiansen wrote:He breaks them up in lots of include files is what he meant.DarkDragon wrote:What scripting language do you use?


Code: Select all
if(test$="rofl")
pie=#true
else
pie=#false
endif
MessageRequester("Caption","PIE!!!")


