Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/as_captain_hb.nss
Normal file
13
_module/nss/as_captain_hb.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
if (!IsInConversation(OBJECT_SELF) && (d12()<3))
|
||||
|
||||
{
|
||||
object oWheel = GetNearestObjectByTag("ShipWheel");
|
||||
|
||||
AssignCommand(OBJECT_SELF,ActionForceMoveToObject(oWheel));
|
||||
AssignCommand(OBJECT_SELF,ActionInteractObject(oWheel));
|
||||
}
|
||||
else return;
|
||||
}
|
Reference in New Issue
Block a user