void main() { object oTarget; object oSpawn; location lTarget; oTarget = GetWaypointByTag("wp_rallstatue"); lTarget = GetLocation(oTarget); oSpawn = CreateObject(OBJECT_TYPE_ITEM, "rallstatue", lTarget); }