silhouett Posted June 6, 2016 Share Posted June 6, 2016 (edited) I know there is a way to do this but actually I forgot so can some one show me how with in a script one calls a function that say is in a quest script ? I remember you have to declare something a certain way but thats all LOL Please Help Edited June 6, 2016 by silhouett Link to comment Share on other sites More sharing options...
Korodic Posted June 7, 2016 Share Posted June 7, 2016 (QuestName as ScriptNameAttachedToQuest).FunctionName(arg1, arg2, ...) Quest Property QuestName Auto Const Should be something like the above. Link to comment Share on other sites More sharing options...
silhouett Posted June 8, 2016 Author Share Posted June 8, 2016 (QuestName as ScriptNameAttachedToQuest).FunctionName(arg1, arg2, ...) Quest Property QuestName Auto Const Should be something like the above.THANK YOU Link to comment Share on other sites More sharing options...
Recommended Posts