Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
7
nwnds_module/at_mushroomjail.nss
Normal file
7
nwnds_module/at_mushroomjail.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
DelayCommand(2.0,AssignCommand(oPC,ActionJumpToLocation(GetLocation(GetObjectByTag("WP_Jail")))));
|
||||
DelayCommand(6.0,FloatingTextStringOnCreature(GetName(oPC)+" has been arrested for eating an illegal substance.",oPC,FALSE));
|
||||
DelayCommand(7.0,SetStandardFactionReputation(STANDARD_FACTION_COMMONER, 50, oPC));
|
||||
}
|
Reference in New Issue
Block a user