PDA

View Full Version : one zscript calling another zscript



zinside
05-26-10, 11:48 AM
hello,

is this possible ?
and if yes , can you please give an exemple ???

thank you for your help

:=)

marcus_civis
05-27-10, 07:46 AM
You can do it by using

[FileNameSetNext,"zscriptToCall.zsc"]
[IPress,"Zscript:Load"]

However, only one zscript/plugin can be loaded at a time so once the new zscript has been called there is no way of returning to your zscript.

zinside
05-27-10, 03:10 PM
thank you

:=)