I know there is a plugin which comes with MUSH which ables people to use the chat system easier, but how would one go about adding your hit points to when ever you chat?
I'm just learning to script using lua, so I don't even know where to start, any help would be appreciated.
*/*hp */*m */*mv *br
That's my prompt
I also am having trouble being able to send things into chat on triggers, for example
<triggers>
<trigger
enabled="y"
match="* has been blinded."
send_to="12"
sequence="100"
>
<send>ChatEverybody "(%1)is blind", 1</send>
</trigger>
</triggers>
doesn't work I get
Compile error
World: Untitled world
Immediate execution
[string "Trigger: "]:1: unexpected symbol near '<'
No clue what that means.
I'm just learning to script using lua, so I don't even know where to start, any help would be appreciated.
*/*hp */*m */*mv *br
That's my prompt
I also am having trouble being able to send things into chat on triggers, for example
<triggers>
<trigger
enabled="y"
match="* has been blinded."
send_to="12"
sequence="100"
>
<send>ChatEverybody "(%1)is blind", 1</send>
</trigger>
</triggers>
doesn't work I get
Compile error
World: Untitled world
Immediate execution
[string "Trigger: "]:1: unexpected symbol near '<'
No clue what that means.