Initial upload
Initial upload.
This commit is contained in:
6
_module/nss/suntr_giv_vip.nss
Normal file
6
_module/nss/suntr_giv_vip.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
TakeGoldFromCreature(50000, oPC, TRUE);
|
||||
object oCard=CreateItemOnObject("tick_vip_card", oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user