Initial commit
Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/en5_rideto_bh.nss
Normal file
11
_module/nss/en5_rideto_bh.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
object oWP;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
TakeGoldFromCreature(100,oPC,TRUE);
|
||||
|
||||
oWP = GetObjectByTag("BH1_Spawn");
|
||||
AssignCommand(oPC,JumpToLocation(GetLocation(oWP)));
|
||||
}
|
||||
Reference in New Issue
Block a user