Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/os_sago.nss
Normal file
14
_module/nss/os_sago.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_plot"
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetObjectByTag("sago_rednusvillage");
|
||||
|
||||
gplotAppraiseOpenStore(oTarget, oPC, 15, 1);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user