generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
7
_module/nss/nw_it_recall.nss
Normal file
7
_module/nss/nw_it_recall.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetItemActivator();
|
||||
object oTarget = GetObjectByTag("WP_RECALLTARGET");
|
||||
SendMessageToPC(oPC, "Jumping to Character Set-up Area.");
|
||||
AssignCommand(oPC, ActionJumpToObject(oTarget));
|
||||
}
|
Reference in New Issue
Block a user