Ava-anCh3
Member-
Content Count
7 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Ava-anCh3
-
Rank
Rookie
-
If Press 'M' in the game you can see a map which indicated your player location. However does anyone know what is the actual distance of these squares? Because when i zoom out to the maxium and when i walk from the side of one square to the other side i get around 1km of distance i wonder am i right.
-
sorry i tried to search but failed and i wonder does anyone have any tutorial about how to configure the config file in the game? because i want to add some interesting model as a addon in my game.
-
the problem above had been sloved thanks for your attention
-
does anyone know how to concatenate a string with a variable? using titleText ["Show this text", "PLAIN"] lets say i have a gobal variable integer called score which is value 15 and i want to display this in titleText i tried using titleText with + to concanenate TitleText ["Your score is "+format["%1",score]+"/24 target", "PLAIN", 1]
-
string names to be called in the game
Ava-anCh3 replied to Ava-anCh3's topic in OFP : CONFIGS & SCRIPTING
thanks -
hi every i am currently testing out my map however i am encountering problem, because the player is not supposed to move, hence i use this script to reset the player's position on the map back to 1554 if he moves. however this script fail to functions. this script is activate by a trigger which is repeating and the parimeters is [shooter] exec "checkshooter"
-
hi all i am currently working on the script however i encounter problems of where to find the string names to be called. for example for this function player countUnknown list triggerOne player is an object however while creating the map i do not know of any directory where i can find all the name for the object in the game. another example "SoldierWB" createUnit [getMarkerPos "barracks", groupAlpha] "SoldierWB" is acutally a string name for the object however too i do not know where to find them. from the examples i hope that viewers will know what i am trying to say because i have a hard time trying to create spawn units besically because i do not know where to call the names. Please help me or if u have encountered similar problems please tell me how you solve it.