Peace
peace - syntax: peace([ch])
Stops all combat on the character given. If not character is given, the mob the program is running on (self) is assumed.
if ch.level < 100 then say ("I will not fight you. No competition.") peace() end
Aardwolf Main
Aardwolf Info
Aardwolf Wiki
Wiki Help
peace - syntax: peace([ch])
Stops all combat on the character given. If not character is given, the mob the program is running on (self) is assumed.
if ch.level < 100 then say ("I will not fight you. No competition.") peace() end