Initial upload
Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
This commit is contained in:
10
_module/nss/jw_roguil_ent.nss
Normal file
10
_module/nss/jw_roguil_ent.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
if (GetLocalInt(OBJECT_SELF,"nDoors")!=2)
|
||||
|
||||
{
|
||||
object oDoor=GetObjectByTag("jw_rogdrdead");
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectDamage(10,DAMAGE_TYPE_MAGICAL,DAMAGE_POWER_PLUS_FIVE),oDoor);
|
||||
SetLocalInt(OBJECT_SELF,"nDoors",2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user