Clumsy Script

Setup, mapping, script help, etc.
Post Reply
Cael
Posts: 7
Joined: Sat Jul 29, 2017 3:45 pm

Clumsy Script

Post by Cael »

Just downloaded the Clumsy script, copying and pasting from the thread. It's working good but it's only counting by 2's, doubling the amount of charges or bashes attempted/landed.

I opened the direct download in notepad and copied that after deleting the previous setting. That too counted by 2's, and also wouldn't show the landing message, even after toggling the message on and off.

Any suggestions on correcting it would be great.

BJ
Taziar
Posts: 157
Joined: Tue Apr 07, 2015 8:24 pm
Location: Seattle

Re: Clumsy Script

Post by Taziar »

Sorry for the late response,

This issue generally happens if you don't have the %char variable populated with your current connected character name in it.
Installation Instructions for cMUD
Character name must be saved in the Name: field of the Auto Login tab.
This step allows the %char variable to contain the name of the connected character.
Without the %char variable, many of the House of Medakan scripts will fail.
If you choose not to use the %char variable you must create your own variable that captures
your character name on connection and replace that variable for all instances of %char variable.
THIS IS THE NUMBER 1 REASON WHEN THINGS DON'T WORK!
House of Medakan cMUD Scripts: Table of Contents

House of Medakan zMUD Scripts: Table of Contents
Post Reply