Initial Upload
Initial Upload
This commit is contained in:
11
_module/nss/portal_bind.nss
Normal file
11
_module/nss/portal_bind.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//:: Portal bind script
|
||||
//:: Created by: Helge "DarkFame" Ingvoldstad
|
||||
//::
|
||||
//:: Purpose: Binds the player to the location.
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
SetLocalInt(oPC,"Bound",1);
|
||||
SetLocalLocation(oPC, "Backportal", GetLocation(OBJECT_SELF));
|
||||
ActionSpeakString("You are now bound to this location.");
|
||||
}
|
||||
Reference in New Issue
Block a user