Search found 1 match

by idrekdon
Thu Jun 19, 2014 11:02 am
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173583

Re: Geyser UI Template

I'm new to LUA programming and also new to Mudlet. Please help me with this. I added a new script in mudlet and put this code: myCurH = tonumber(gmcp.Char.Vitals.hp) myCurM = tonumber(gmcp.Char.Vitals.mp) myCurE = tonumber(gmcp.Char.Vitals.ep) myCurW = tonumber(gmcp.Char.Vitals.wp) myMaxH = tonumber...