9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int nWingType = 108; //VFXs
|
||
|
|
||
|
SendMessageToPC(oPC, "Your Current # = " + IntToString(nWingType));
|
||
|
SetCreatureWingType(nWingType, oPC);
|
||
|
}
|