The current script I'm making requires huge amounts of failsafes and so I was wondering whether it is possible to find out which procedure and function is currently being processed and thus making something like :
Simba Code:procedure FailSafes(Failsafe);
Failsafe being determined by the current procedure.
For example : during login, Failsafe(var) would correspond to a certain Failsafe designed for this exact moment.
Thanks in advance.




Reply With Quote





