Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
14
_module/nss/ranzisnotfree.nss
Normal file
14
_module/nss/ranzisnotfree.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC;
|
||||
object oTarget;
|
||||
int bDestroy=TRUE;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
TakeGoldFromCreature (1000, oPC, bDestroy) ;
|
||||
oTarget = GetObjectByTag ("ShipSerisIsland");
|
||||
|
||||
DelayCommand(5.0, AssignCommand(oPC,JumpToObject(oTarget)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user