Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/bartend_moonshin.nss
Normal file
11
_module/nss/bartend_moonshin.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetGold(oPC) < 120)
|
||||
{
|
||||
SpeakOneLinerConversation("Whoops, don't have that much gold!", oPC);
|
||||
return;
|
||||
}
|
||||
CreateItemOnObject("mysticmoonshine", oPC);
|
||||
TakeGoldFromCreature(120, oPC, TRUE);
|
||||
}
|
||||
Reference in New Issue
Block a user