Difference between revisions of "Category talk:Scripting"

No change in size ,  10:54, 28 September 2011
imported>DragoonWraith
imported>DragoonWraith
Line 255: Line 255:
   if ( player.GetActorValue Endurance < 100 )
   if ( player.GetActorValue Endurance < 100 )
   
   
     player.Kill ; [[Kill]] will kill th eplayer
     player.Kill ; [[Kill]] will kill the player
   
   
     MessageBox "You have been crushed by a Scripted Item."
     MessageBox "You have been crushed by a Scripted Item."