Difference between revisions of "Talk:GetSex - ActorBase"
Jump to navigation
Jump to search
no edit summary
imported>Fg109 |
imported>Kahmul |
||
Line 31: | Line 31: | ||
EndEvent</source> | EndEvent</source> | ||
--[[User:Fg109|Fg109]] 19:36, 4 May 2012 (EDT) | --[[User:Fg109|Fg109]] 19:36, 4 May 2012 (EDT) | ||
:Still doesn't work. But when I use the console ("getissex") it returns the right value. Strange. | |||
<source lang="papyrus"> | |||
Notification("sex = " + target.getactorbase().getsex()) | |||
</source> | |||
The only error source, that makes sense, could be that target = none. But I get it through gettargetactor() and all other functions are working. | |||
Maybe there's a problem with getbaseobject() or getactorbase()? But that cannot be, because it is working for you but not for me. | |||
--[[User:Kahmul|Kahmul]] 07:40, 5 May 2012 (EDT) |