generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
12
_module/nss/vat_wingprev.nss
Normal file
12
_module/nss/vat_wingprev.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iWing = GetCreatureWingType(oPC)-1;
|
||||
|
||||
if (iWing == -1) iWing = 58;
|
||||
|
||||
SetCreatureWingType(iWing, oPC);
|
||||
|
||||
FloatingTextStringOnCreature("Wing " + IntToString(iWing), oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user