Initial upload
Initial upload
This commit is contained in:
8
_module/nss/set_cep_wings.nss
Normal file
8
_module/nss/set_cep_wings.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nWingType = 108; //VFXs
|
||||
|
||||
SendMessageToPC(oPC, "Your Current # = " + IntToString(nWingType));
|
||||
SetCreatureWingType(nWingType, oPC);
|
||||
}
|
Reference in New Issue
Block a user