11 lines
269 B
Modula-2
11 lines
269 B
Modula-2
#permission=0
|
|
|
|
// purpose: heal self with full hp. GM-ONLY!!
|
|
// be sure you have this spell in your spellbook!
|
|
// DO NOT USE THIS SCRIPT IF YOU ARE NO GM!
|
|
|
|
// target self (the name we used to login)
|
|
TARGET ${#CHARNAME}
|
|
|
|
// 23965 = instant heal
|
|
CASTSPELL 23965 |