Go Back   Novahq.net Forum > Games > Delta Force

Delta Force Anything to do with the Delta Force series of games, DF1, DF2, LW, TFD, BHD, DFX, AF etc.

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 07-10-2012, 01:52 PM
MERMITE is offline MERMITE
Registered User

Join Date: May 2006
Posts: 736

PL00P ya G00P's (3)

Gloop I use very very rarely, but the Ploop is a whole different matter, this time 'THE MAGIC HAPPENS TO THE THE PLAYER"

PLOOP:

The ploop is a procedure that will cause a looping sequence within the
code. The syntax of a ploop will start with the keyword ploop and
conclude with the keyword end. It is used in conjunction with the
keyword player to either check a players status in a condition or to modify an
attribute of a player in an action statement.

When a ploop is reached any conditions and statements within the ploop
will cycle through for each of the players in the game until all have been
checked and/or acted upon, before the sequential continuation of the wac
code. In other words, the wac codes linear progression through the code is
broken as though a subroutine that must check each member of the group
before returning back to the remainder of the wac codes linear sequence.

Syntax:

ploop
if conditions containing player then
actions containing player
endif
end

Example: (a favourite)

ploop

if ssnnearssn(1234,player,3) then
ssnhp(player,150)
endif
end

If the ssn#1234 represented a medic, this code will check to see if any
player is within 3 meters of the medic and if that condition is met, then
that player would have his hit points set to 150 (which is full health).

What the loop does is replace the actual internal number of the player and
use the keyword player to hold that number as a variable would hold a
number, then check the condition to see if that player fits the criteria of
the condition, and if true the same internal number represented by player
in the action part of the statement will cause any activity designated there
to be applied to that player.

This is very strong magic, note esp. the use of end and endif,
like the old RND or doseq you gotta lock the sucker up with END.

Don't be like pvt. Harry Potter and run around with his wand
exposed all over the place, better to make a small separate map
one each Pl00p or Gl00p, and experiment.

"M"
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 05:19 AM.




Powered by vBulletin®