Jump to content

Being tiny


sigma19

Recommended Posts

You could try:

 

Scriptname TEST Extends ObjectReference
...
If Game.GetPlayer().IsinLocation(ThePlace) == 1
    Game.GetPlayer().SetScale(.5)
Endif
If Game.GetPlayer().IsinLocation(ThePlace) == 0
    Game.GetPlayer().SetScale(1)
Endif

 

I guess you could put this on the Player. Also I believe you would need a Location property.

Link to comment
Share on other sites

There's a spell mod that has a dimunitive effect on target you may want to check into that if the above suggestion does not work. You would need permission to release the mod requiring that spell mod of course but other than that it should be fairly easy.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...