Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <aliases>
- <alias
- match="^(tid|hej)$"
- enabled="y"
- group="trans_id"
- regexp="y"
- send_to="12"
- sequence="100"
- >
- <send>require "gmcphelper"
- myRoomID = tonumber(gmcp("room.info.num"))
- mobaim = tostring(gmcp("char.status.enemy"))
- mobpct = tonumber(gmcp("char.status.enemypct"))
- if mobpct ~= nil then
- 	Send ("gt @r[@W"..myRoomID.."@r] [@x195"..mobaim..": @C"..mobpct.."%@r]@w")
- else
- 	--ColourNote("yellow", "", myRoomID..": NOT Fighting!")
- 	ColourNote("darkred","", "[", "white", "", myRoomID, "darkred","","] [", "paleturquoise","", "Not Fighting", "darkred","","]")
- end
- </send>
- </alias>
- </aliases>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement