Sparrowlord Posted July 2, 2006 Posted July 2, 2006 (edited) How can I run a function in a function? Like heres a example: Func warn() Send("#r") EndFunc Func load() Run ("game.exe") EndFunc But after func warn is ran, I want func load to go Edited July 2, 2006 by Sparrowlord
BigDod Posted July 2, 2006 Posted July 2, 2006 Func warn() Send("#r") load() EndFunc Func load() Run ("game.exe") EndFunc Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now