this static script cannot be awakened
Posted: Sun Feb 18, 2007 9:45 am
how do i call upon a static script? I have this so far:
(script startup testing
(wake test2)
)
(script static void test2
(print test)
)
(script startup testing
(wake test2)
)
(script static void test2
(print test)
)