6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
// set target undead
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"nMAGEASST",3);
|
|
}
|