Author |
Message |
Topic: @variables |
Rainsforth
Replies: 9
Views: 9914
|
Forum: CMUD General Discussion Posted: Wed Sep 17, 2008 11:48 pm Subject: @variables |
Fixed the problem myself.. not sure why Zmud allowed me to enter a command of "=give corpse" while in Cmud I needed to "~=give corpse"
thanks for helping |
Topic: @variables |
Rainsforth
Replies: 9
Views: 9914
|
Forum: CMUD General Discussion Posted: Wed Sep 17, 2008 11:29 pm Subject: @variables |
Interesting enough, re-writing the HP script fixed it.. now the new problem is the second line of my hpbar: another script error
WORTH = %1
PROT = %2
VEIL = %3
REPOWER = %4
GLAMOUR = %6
UNDEAD ... |
Topic: @variables |
Rainsforth
Replies: 9
Views: 9914
|
Forum: CMUD General Discussion Posted: Wed Sep 17, 2008 10:34 pm Subject: @variables |
I've already setted all variables with @HP, @HPMAX as I use them in other triggers
I now have:
HP[380(98)/380] SP[294(98)/294] NP[730/730|1c] E[none]
ERROR: Trigger "HP~[(%d)~((%d)~)/(%d)~] SP ... |
Topic: @variables |
Rainsforth
Replies: 9
Views: 9914
|
Forum: CMUD General Discussion Posted: Wed Sep 17, 2008 10:16 pm Subject: @variables |
In Zmud, I've assigned variables triggered from my hp bar into bunch of info like this:
@HP = %1
@HPMAX = %2
then:
#MATH hpdamage (@HPMAX-@HP)
This worked in Zmud however, I downloaded CM ... |
|