trepleen Posted October 6, 2014 Posted October 6, 2014 Actors can have keywords associated to them. The question is how can you check for the keyword at the most basic level? ACTOR BILLY keywords: "billytheactor", "soldierofvhfaction" Papyrus ;how can we just use a simple ****ng string?! if akspeaker.haskeyword("billytheactor") debug.messagebox("we're speaking to billy the actor!") endif There has to be a way to simply check an actor for keywords by passing a string or something similar. SKSE has a GetName() function that I'll probably end up using if I can't figure this out. Basically I need to modify SOS's script so it stops schlongifying everyone and instead checks each actor for a keyword or something that can be added to exclude that actor from being schlonged.
darkconsole Posted October 6, 2014 Posted October 6, 2014 http://www.creationkit.com/HasKeywordString_-_Form
trepleen Posted October 6, 2014 Author Posted October 6, 2014 http://www.creationkit.com/HasKeywordString_-_Form THANK GOD, SOMETHING EASY FOR ONCE. Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.