Jump to content
Sign in to follow this  
Flaco1009

Having trouble executing a script

Recommended Posts

Hello there i'm currently new to the forums so I don't know how to upload pictures thread. I'm learning how to make scripts in Arma 3. I'm currently new so please have patience. So anyways It's a pdf which takes you step by step of learning scripts and one of the instructions says to make 2 files of sqf in the folder in the mission and type some codes.

 

Here are the 2 codes I have:

 

hint:

 

_me = player;

hint format ["player controlled is called %1",_me];

----------------------------------------------------------------------------------------------------

 

init:

 

executeVm "hint.sqf";

 

Went I try to run the mission for some reason it doesn't execute. But if I go throw execute in-game it works so I'm not sure what I'm doing wrong.

 

Sorry for my bad English since this isn't my first language. Thank You for reading

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×