Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/smack.nss
Normal file
10
_module/nss/smack.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectDamage(50, DAMAGE_TYPE_BLUDGEONING,DAMAGE_POWER_PLUS_FIVE), oPC);
|
||||
SendMessageToPC(oPC, "You hit the solid ground with a loud thud.");
|
||||
object oDrop = GetWaypointByTag("sleepentrance");
|
||||
|
||||
//jump the PC to the destination
|
||||
AssignCommand (oPC,JumpToObject(oDrop));
|
||||
}
|
Reference in New Issue
Block a user