Amon_PRC8/_module/nss/spawnhelpnote.nss

16 lines
215 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oTarget;
object oSpawn;
location lTarget;
oTarget = GetWaypointByTag("wp_rallhelp");
lTarget = GetLocation(oTarget);
oSpawn = CreateObject(OBJECT_TYPE_ITEM, "rallhelpmessage", lTarget);
}