Initial upload
Initial upload
This commit is contained in:
20
_module/nss/cb_welcome.nss
Normal file
20
_module/nss/cb_welcome.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
RewardPartyXP(10000, oPC, FALSE);
|
||||
|
||||
RewardPartyGP(5000, oPC, FALSE);
|
||||
|
||||
CreateItemOnObject("curemod", oPC);
|
||||
|
||||
CreateItemOnObject("curemod", oPC);
|
||||
|
||||
CreateItemOnObject("curemod", oPC);
|
||||
|
||||
CreateItemOnObject("trinitybook", oPC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user