Initial Commit
Initial Commit [v1.01]
This commit is contained in:
13
_module/nss/will_give_hunter.nss
Normal file
13
_module/nss/will_give_hunter.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName will_give_hunter
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastSpeaker();
|
||||
CreateItemOnObject("huntersbadge", GetPCSpeaker(), 1);
|
||||
object oTarget = GetWaypointByTag("toravenka"); //or whatever the tag is for your destination waypoint
|
||||
AssignCommand(oPC, JumpToObject(oTarget));
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user