Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Setting/Displaying Ammo?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Setting/Displaying Ammo? (Read 539 times)
0 Members and 1 Guest are viewing this topic.
Darkninja
Guest
Setting/Displaying Ammo?
«
on:
13 Mar 2004, 23:12:01 »
Well I got a mission where I want to check how much ammo (in shots) an AI (or player) has left.
Just as a second display of the ammo one has got. How would I do this?
Logged
Darkninja
Guest
Re:Setting/Displaying Ammo?
«
Reply #1 on:
14 Mar 2004, 11:09:42 »
Ok I figured how to check for ammo. But how do I display variables via a hint?
Logged
Artak
The old beanbag shaker
Former Staff
You want to talk about it, yes?
Re:Setting/Displaying Ammo?
«
Reply #2 on:
14 Mar 2004, 11:54:08 »
with format
_a = Artak
_b = 24
hint format ["My name is %1 and I'm %2 years old",_a,_b]
Logged
Not all is lost.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Setting/Displaying Ammo?
Top of page