Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/ro_n_telmontsegr.nss
Normal file
15
_module/nss/ro_n_telmontsegr.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
// Simple Teleport from conversation
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
effect eVis = EffectVisualEffect (VFX_DUR_DARKNESS);
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
ApplyEffectToObject( DURATION_TYPE_INSTANT, eVis, oPC);
|
||||
AssignCommand(GetPCSpeaker(),ActionJumpToObject(GetObjectByTag("WP_RiverFlatsBoat"),FALSE));
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user