10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
|
void main()
|
||
|
{
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "RedHandEliteGuard",
|
||
|
GetLocation(GetNearestObjectByTag("Tower_Alarm_1")));
|
||
|
CreateObject(OBJECT_TYPE_CREATURE, "RedHandEliteGuard",
|
||
|
GetLocation(GetNearestObjectByTag("Tower_Alarm_2")));
|
||
|
|
||
|
|
||
|
}
|