Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/ro_pc_teletopart.nss
Normal file
15
_module/nss/ro_pc_teletopart.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
// OnUse script
|
||||
|
||||
// void main() {
|
||||
// BeginConversation("",GetLastUsedBy());
|
||||
// }
|
||||
|
||||
|
||||
// script for "Actions Taken" tab of the conversation
|
||||
void main() {
|
||||
object oPC = GetPCSpeaker();
|
||||
object oLeader = GetFactionLeader(oPC);
|
||||
if (oPC!=oLeader) {
|
||||
AssignCommand(oPC,JumpToObject(oLeader));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user