7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
// This script will trigger healing of the stones when the player speaks
|
|
// with a healer.
|
|
void main()
|
|
{
|
|
ExecuteScript("em_healstones", GetPCSpeaker());
|
|
}
|