generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
22
_module/nss/tal_conv_targ1.nss
Normal file
22
_module/nss/tal_conv_targ1.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Talus Menu on Rest
|
||||
// tal_conv_targ1
|
||||
// OPW Integration and Clean Up By Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Used in Rest Menu Conversation
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "x0_i0_position"
|
||||
void main()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
object oTarg=GetLocalObject(oPC,"targ"+IntToString(GetLocalInt(oPC,"convtarg")));
|
||||
|
||||
AssignCommand(oPC,ClearAllActions());
|
||||
SetLocalInt(oPC,"convtarg",1);
|
||||
TurnToFaceObject(oTarg,oPC);
|
||||
SetCustomToken(7100,GetName(oTarg));
|
||||
}
|
||||
Reference in New Issue
Block a user