Is it possible to point, from a basically empty script, to use another script under certain circumstances?
For instance:
Scriptname Blahblahblah extends Quest ConditionalScript1script Property Script1 Auto Script1script Property Script2 Autoevent OnInit() if (condition) use functions and properties from Script1 else use functions and properties from Script2 endIfendEvent