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:
16
_module/nss/tri_crystonusd.nss
Normal file
16
_module/nss/tri_crystonusd.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
void main()
|
||||
{
|
||||
int nActive = GetLocalInt(OBJECT_SELF, "tri_crsActive");
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if(!nActive == 0)
|
||||
{
|
||||
ActionStartConversation(oPC);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
SendMessageToPC(oPC, "You touch the crystal ball, but nothing seems to happen");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user