Regarding Events
Posted: Tue Jun 25, 2002 3:23 am
Figured I'd post here before adding it to the main feature request to see if you'd have any desire to add this (or if it's in and I missed it).
I was wanting the ability to create custom events.
For Example:
then when you call /doevents you'd have this:
What do you think? Possible, already able to do with current features, not worth it?
Domosan
I was wanting the ability to create custom events.
For Example:
Code: Select all
/event "Levitate" "You feel as if you are about to fall."
/event "Haste" "You feel yourself slow down."
Code: Select all
Sub Event_Custom
/if $p0=="Levitate" /goto :CastLev
/if $p0=="Haste" /goto :CastHaste
/return
Domosan