HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Are there functions that are unique to custom text?

08-16-2002, 07:22 AM#1
Ari
Some of the things that are refered to on this site don't seem to be possible without using custom text. Is this true? If it is, can anybody point me to a thread or tutorial about the custom text stuff? In particular, I'm trying to create hotkeys for dialog buttons, but I'd love to see all of the things that can be done solely in cusom text, if possible.
08-17-2002, 03:29 AM#2
dataangel
Hotkeys for dialogs, setting hero attributes, cheats, adding events to triggers with triggers, multiple actions in loops, and some other stuff is custom text only :)

But if you get GoldenUrg's patch from the Tools forum, it's possible in the GUI ^_^

(except for the multiple actions in loops: Still need custom text :P)
08-17-2002, 05:45 AM#3
Guest
Oooh, hero attributes... that could be quite useful to me...

AV
08-17-2002, 06:03 PM#4
Ari
Ooooo, that'll help me out quite a bit. Thanks for the tip.
08-17-2002, 10:31 PM#5
Guest
Talking about multiple actions... If I set multiple events for a trigger, they are automatically connected with 'OR', right?
So if I set multiple conditions without additional 'OR' or 'AND' connections - are they treated as if they were connected with 'OR' or 'AND' by default? I suppose they are connected with AND automatically, but I'm not sure.
08-18-2002, 07:47 AM#6
Guest
Events are connected with "OR" and Conditions are connected with "AND".

In other words:
If ANY of the Events happen, and ALL of the Conditions are fulfilled, then do the Actions.

^_^

Does that help?
08-18-2002, 09:59 AM#7
Guest
As I guessed.