Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
8
_module/nss/apl_use_jumptowp.nss
Normal file
8
_module/nss/apl_use_jumptowp.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oCharacter = GetLastUsedBy();
|
||||
string sWaypointTag = "WP_" + GetTag(OBJECT_SELF);
|
||||
AssignCommand(oCharacter, JumpToObject(GetObjectByTag(sWaypointTag)));
|
||||
FloatingTextStringOnCreature("You " + GetStringLowerCase(GetName(OBJECT_SELF)), oCharacter, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user