- Joined
- Jun 1, 2009
- Messages
- 125
I want to implement this library in my GUI map.
www.hiveworkshop.com
But I have no idea:
I've tried to create a trigger named DetectReforged with this library and call it by
DetectReforged is not of a type that allows . syntax
Will appreciate any help!
Edit: I've found some debug messages in the script. Turned them on. It seems this library runs automatically after map initialization...
[vJASS] - Detect Reforged
Plug and play library/snippet Might be useful for debugging. Requires - [vJASS] - Sync Local Booleans or equivalent ([vJASS] - Sync (Game Cache), or the new BlzAPI functions) to sync values HOW IT WORKS: It creates a (platform - Walkable destructable) Throne ('XOkt' destructable ID)...

But I have no idea:
- how to make it run via GUI trigger?
- how to convert a state of private boolean array Reforged into GUI Global boolean array? Or do I just need to declare the IsReforged boolean array in my map?
- where the hell one could find a TimerUtils lib? It seems to be erased everywhere by time... It says it's optional, but I'm not sure of side effects if it's missing...
I've tried to create a trigger named DetectReforged with this library and call it by
-
Custom script: call DetectReforged.Init()
DetectReforged is not of a type that allows . syntax
Will appreciate any help!
Edit: I've found some debug messages in the script. Turned them on. It seems this library runs automatically after map initialization...
Last edited: