MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002930 | Zandronum | [All Projects] Suggestion | public | 2016-11-21 16:26 | 2016-11-23 17:02 |
|
Reporter | masos | |
Assigned To | | |
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0002930: Some ACS functions as commands |
Description | I would be glad to see some ACS functions in form of console commands. For example, PlayerHealth() or GetPlayerLives(). There is a workaround: puke/pukename command and writing scripts containing only this function. But still, writing a simple GetPlayerLives() script took me 2 hours because I am unexpirienced in wadding at all. So build-in functions would be great. |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-21 16:26 | masos | New Issue | |
2016-11-21 16:28 | masos | Note Added: 0016254 | |
2016-11-23 15:00 | Catastrophe | Note Added: 0016297 | |
2016-11-23 15:17 | masos | Note Added: 0016298 | |
2016-11-23 15:18 | masos | Note Edited: 0016298 | bug_revision_view_page.php?bugnote_id=16298#r9902 |
2016-11-23 15:49 | Catastrophe | Note Added: 0016299 | |
2016-11-23 15:49 | Catastrophe | Note Edited: 0016299 | bug_revision_view_page.php?bugnote_id=16299#r9904 |
2016-11-23 15:59 | masos | Note Added: 0016300 | |
2016-11-23 16:08 | Catastrophe | Note Added: 0016301 | |
2016-11-23 16:10 | Catastrophe | Note Edited: 0016301 | bug_revision_view_page.php?bugnote_id=16301#r9906 |
2016-11-23 16:14 | Catastrophe | Note Edited: 0016301 | bug_revision_view_page.php?bugnote_id=16301#r9907 |
2016-11-23 17:02 | masos | Note Added: 0016302 | |
Notes |
|
(0016254)
|
masos
|
2016-11-21 16:28
|
|
|
|
|
|
|
(0016298)
|
masos
|
2016-11-23 15:17
(edited on: 2016-11-23 15:18) |
|
So what? Can I actually write in server console "getplayerlivesleft 3" and it will display the third player's lives count?
|
|
|
|
Yeah pretty much. Use KEYCONF to define a pukeable-script that does it for you.
|
|
|
(0016300)
|
masos
|
2016-11-23 15:59
|
|
Here we are. I know it is possible to make myself, but I ask devs to make these built-in commands for Zandronum. |
|
|
(0016301)
|
Catastrophe
|
2016-11-23 16:08
(edited on: 2016-11-23 16:14) |
|
I don't see why Dev's would have to waste time on this when it's already VERY easy to accomplish.
I can even write it out here because that's how painfully easy it is.
in keyconf: alias getPlayerLives "puke 1000"
in ACS: script 1000 (void) net
{
print(d:getplayerlivesleft(playernumber()));
}
|
|
|
(0016302)
|
masos
|
2016-11-23 17:02
|
|
I know, but still. If there was already a command, I wouldn't waste time figuring out how to make wads. Now I know how, but still, many others don't. |
|