Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/conv_dest_rogtri.nss
Normal file
18
_module/nss/conv_dest_rogtri.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Give 10 experience (to party) to the PC.
|
||||
GiveXPToAll(oPC, 10);
|
||||
|
||||
oTarget = GetObjectByTag("RogTrig");
|
||||
DestroyObject(oTarget, 0.1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user