Initial upload
Initial upload
This commit is contained in:
8
_module/nss/sf_tail_vfx.nss
Normal file
8
_module/nss/sf_tail_vfx.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
//Set the Tail to Visual Effect (The PC Can browse these)
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nTailType = 616;
|
||||
|
||||
SetCreatureTailType(nTailType, oPC);
|
||||
}
|
Reference in New Issue
Block a user